home *** CD-ROM | disk | FTP | other *** search
- #
- # Sample cfg file for FZC 1.06 BETA-A 990326
- #
-
-
- #----------------------------------------------------------------------------
- # Possible values for CrackSet: 1, 2, ? DEFAULT: ?
- # Using ? causes FZC to determine the best CrackSet for your
- # system each time it is run. Change it if you already know
- # the best CS for your particular setup and want to avoid
- # the initial 3s delay.
- #----------------------------------------------------------------------------
-
- CrackSet = ?
-
-
- #----------------------------------------------------------------------------
- # Possible values for AutoSave: 0..999 DEFAULT: 50
- # Instructs FZC to trigger a save each AutoSave minutes when
- # in brute force mode. If FZC is running under idle
- # priority, it may take more than the specified time to
- # actually do the autosave.
- # Setting it to 0 disables this feature.
- #----------------------------------------------------------------------------
-
- AutoSave = 50
-
-
- #----------------------------------------------------------------------------
- # Possible values for Verbose: Y, N DEFAULT: Y
- # Verbose mode logs every session -successful or not-
- # to FZC.LOG (or the file specified by -nl)
- #----------------------------------------------------------------------------
-
- Verbose = Y
-
-
- #----------------------------------------------------------------------------
- # Possible values for TestWordlists: Y, N DEFAULT: Y
- # Most wordlists are distributed in compressed form (eg by
- # GZIP, look at names ending in .gz or .z). FZC does not
- # know how to handle compressed wordlists -- you must unpack
- # them before use.
- # TestWordlists=Y makes FZC check the supplied wordlist
- # before trying to use it. Actually, only the first KB is
- # checked and only for invalid control characters (should
- # work for most languages).
- #----------------------------------------------------------------------------
-
- TestWordlists = Y
-
-
- #----------------------------------------------------------------------------
- # Possible values for ShowCurrentTryWhenAutosave: Y, N DEFAULT: Y
- #----------------------------------------------------------------------------
-
- ShowCurrentTryWhenAutosave = Y
-
-
- #----------------------------------------------------------------------------
- # Possible values for MinBitsToBeep: 0..99 DEFAULT: 40
- # FZC will make a "beep" when a possible password is found
- # and it is pretty sure that it's the right one.
- # Here you tell FZC when to feel pretty sure.
- # Less than 9 means always beep. More than 76 never beep.
- # A PII/400 can give a false password every 140 hours using
- # 40 bits, 280 using 41, 560 using 42, etc. BUT if the ZIP
- # contains a single encrypted file, and it is stored (not
- # deflated), FZC will not be able to give more than 40 bits
- # of security, so setting MinBitsToBeep to 41 or more will
- # never result in a beep, even when the password is found.
- # Better leave this setting alone unless you want to switch
- # off beeps.
- #----------------------------------------------------------------------------
-
- MinBitsToBeep = 40
-
-
- #----------------------------------------------------------------------------
- # Possible values for MinBitsToExit: 0..99 DEFAULT: 48
- # Like MinBitsToBeep, but tells FZC when to be absolutely
- # sure. If it's absolutely sure, it'll exit after
- # showing/logging the password and saving the resume file.
- # Note that it can be "absolutely sure" but not "pretty
- # sure" :-) as you can set MinBitsToBeep high just to avoid
- # the noise.
- # A single stored (not deflated) file will not be enough to
- # pass the default (48 bits) check. That's the only
- # exception, as two stored or a single deflated file amount
- # to 48 or more bits.
- # Again, better leave this setting alone.
- #----------------------------------------------------------------------------
-
- MinBitsToExit = 48